home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / MercuryMail / RESOURCE / greeting.txt < prev    next >
Text File  |  2004-08-09  |  2KB  |  53 lines

  1. Changing the SMTP greeting issued by MercuryS
  2. ---------------------------------------------
  3.  
  4. When an incoming connection is received by the MercuryS SMTP server,
  5. the first thing MercuryS does is issue a "greeting". This greeting
  6. typically looks like this:
  7.  
  8. --------- cut here --------------
  9. 220 somehost.somedomain.com Mercury/32 v3.21 ESMTP server ready.
  10. --------- cut here --------------
  11.  
  12. The server then waits for the client to introduce itself and start
  13. a mail transaction.
  14.  
  15. Recent suggested law changes in the U.S.A. and other countries may
  16. make it desirable to be able to change the "greeting" issued by
  17. MercuryS on connection, typically to indicate that certain types of
  18. mail may not be welcome.
  19.  
  20. To change the MercuryS greeting, create a text file called
  21. GREETING.MER in the directory where MERCURY.EXE is installed. This
  22. file should contain the text you want MercuryS to display, and must
  23. be no longer than 512 characters.
  24.  
  25. We recommend the following text as a starting point:
  26.  
  27. --------- cut here --------------
  28. Use of this server for unauthorised relaying of mail is forbidden.
  29. Unsolicited Commercial E-mail ("spam") is NOT WELCOME HERE.
  30. --------- cut here --------------
  31.  
  32. If you were to use this text in your GREETING.MER file, then the
  33. opening message displayed by MercuryS would look like this:
  34.  
  35. --------- cut here --------------
  36. 220-somehost.somedomain.com Mercury/32 v3.21 ESMTP server ready.
  37. 220-Use of this server for unauthorised relaying of mail is forbidden.
  38. 220 Unsolicited Commercial E-mail ("spam") is NOT WELCOME HERE.
  39. --------- cut here --------------
  40.  
  41. MercuryS automatically adds the SMTP response codes and continuation
  42. characters correctly.
  43.  
  44. Using an "extended greeting" in this way *may* on rare occasions
  45. create problems with some older mail clients that cannot handle
  46. multi-line greetings. We recommend that you experiment with the
  47. feature for a while to make sure no mail interruption is occurring
  48. before you fix it in place.
  49.  
  50. Remember, you cannot have more than 512 characters of data in your
  51. GREETING.MER file.
  52.  
  53.